home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / ophel001.swf / scripts / DefineButton2_2212 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  155 b   |  8 lines

  1. on(release){
  2.    loadVariablesNum("/arcane/tracking/tracking.html?episode=7&stage=4",0);
  3.    tellTarget(_root)
  4.    {
  5.       gotoAndStop("Sc03");
  6.    }
  7. }
  8.